html,body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Source Han Sans CN;
}
html{
	width: 100%;
	height: 100%;
}
#min_sou{ display: none;}
.sousuo_back,.sousuo_back>img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.sousuo_back{
	margin-top: 30px;
	z-index: -1;
	
}
#sou_bt{
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
	margin-top:40px;
	padding-bottom: 30px;
}
#sou_bt .first{
	font-size: 38px;
	margin-right: 20px;
	font-weight: 600;
}
#sou_bt .second{
	margin-right: 20px;
	color: #95959E;
	font-size: 30px;
}
#sou_bt .qy_china{
	font-size: 30px;
}
.img_box{
	max-width: 1200px;
	margin: 0 auto;
}
.img_box img {
	width: 100%;
}
.sou_big{
	display: none;
}
#sou_new{
	max-width: 1200px;
	height: auto;
	margin: 0px auto;
	padding-top: 100px;
	
}
.soun_nbg{
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 4rem;
}
.soun_nbg{
	cursor: pointer;
}
.sounn_img{
	flex:1;
	height: auto;
}
.sounn_img>img{
	width: 100%;
	height: 160px;
	/* object-fit: cover; */
}
.sounn_r{
	flex:3.4;
	margin-left:1rem;
}
.sou_ixan{
	width: 100%;
	height:1px;
	background:rgba(238,238,238,1);
	margin-top: 40px;
}
.sounnr_top{
	height:2.8rem;
	font-size:24px;
	font-family:Source Han Sans CN;
	color:rgba(17,50,84,1);
	line-height:30px;
	white-space:initial;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.sounnr_top>a{
	
	color:rgba(17,50,84,1);
	text-decoration: none;
}
.sounnr_botm{
	height:auto;
	font-size:16px;
	font-family:Source Han Sans CN;
	color:#7B7D7F;
	line-height:30px;
	margin-top: 1rem;
	white-space:initial;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
/* page，页数显示 */

.sou_page{
	width: 100%;
	height: 3rem;
	display: flex;
	flex-direction: row;
	align-items: center; /*垂直居中*/
	justify-content: center; /*水平居中*/
	margin-top: 30px;
}

#soup_math{
	width: auto;
	height: 3rem;
	float: left;
	margin-left: 2rem;
}
.soupm_txt{
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 2rem;
	color: #333333;
	float: left;
}
.soup_prev,.soup_next{
	width: 1rem;
	height: 1.2rem;
	float: left;
	margin-top: -0.9rem;
}
.soup_prev>img,.soup_next>img{
	width: 100%;
}
/* 搜索内容为空 */
#sousuo_kong{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center; /*垂直居中*/
	justify-content: center; /*水平居中*/
	margin-top: 30px;
	padding-bottom: 15rem;
}
.sk_topimg{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center; /*垂直居中*/
	justify-content: center; /*水平居中*/
	margin-top: 0px;
}
.sk_topimg>img{
	width:20%;
}
.sk_nr{
	width: 100%;
	font-size:24px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(123,125,127,1);
	display: flex;
	flex-direction: row;
	align-items: center; /*垂直居中*/
	justify-content: center; /*水平居中*/
}
.sk_xiaonr{
	font-size:16px;
	font-family:Source Han Sans CN;
	color:rgba(196,197,198,1);
	display: flex;
	flex-direction: row;
	align-items: center; /*垂直居中*/
	justify-content: center; /*水平居中*/
	margin-top: 20px;
}
/*                                                    关于我们-企业简介                  */
.qyjj_box{
	max-width: 1200px;
	height: auto;
	margin: 0px auto;
}
.soub_img_text{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center; /*垂直居中*/
	justify-content: center; /*水平居中*/
}
.st_txt,.stt_cont{
	font-size:18px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(123,125,127,1);
	line-height:36px;
}
/*                          大事记              */
.bigsj_box{
	width: 100%;
	height: auto;
	margin:14rem auto;
}
h1 {
  font-size: 56px;
  font-weight: 400;
  color: #7045ff;
  position: relative;
}
h1:after {
  content: "";
  padding-bottom: 30px;
  display: block;
  border-bottom: 1px solid #464c63;
  width: 60%;
}

h2 {
  font-size: 36px;
  font-weight: 100;
  color: #83ffe1;
  position: relative;
}

img {
  max-width: 100%;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  left: 100px;
  top: 5%;
  width: 1px;
  height: 90%;
  background: #464c63;
}
.timeline .bar {
  position: absolute;
  width: 1px;
  background-color: #fcf769;
  top: 0;
  left: 0;
  z-index: 0;
}

.container {
  padding-left: 200px;
}

section {
  border-top: 2px solid #fcf769;
  padding: 20px;
  font-size: 16px;
  font-weight: 200;
  font-family: "Montserrat";
}

p {
  line-height: 2;
}


/* 员工风采 */
#fengcaimin{
	max-width: 1200px;
	height: auto;
	margin: 0px auto;
}
.dsdf_bg{
	width: 20%;
	float: left;
	margin-left: 5%;
}
.dsdfb_img,.dsdfb_img>img{
	width: 100%;
}
/*                                        业务范围            */
#ywfw{
	width: 80%;
	margin-left: 10%;
}
#yw{
	max-width: 1200px;
	height: auto;
	margin: 4rem auto;
	background: none;
	font-size: 30px;
	
}
#yw>span{
	margin-left: 10px;
}
.yw_b{
	color: #03387A;
	font-weight: 550;
}
.yw_e{
	color: rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#yw>.yw_nr{
	color: #03387A;
	font-size: 24px;
	margin-left: 3px;
}
#yw>.yw_x{
	color: #03387A;
	font-size: 24px;
}
#yewu_box{
	width: 80%;
	max-height: 80%;
	margin-left: 10%;
}
#yewu_bgf{
	max-width: 1200px;
	height: auto;
	margin: 40px auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start; /*垂直居中 */
	justify-content: center; /*水平居中 */
}
.bib_left{
	flex:1;
	height: 3rem;
	
}
.bibl_bg{
	width: 90%;
	height: 4rem;
	display: flex;
	/* float: left; */
	flex-direction: row;
	border-bottom: 1px solid #DDDDDD;
	
}
.biblb_img{
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center; /*垂直居中*/
	justify-content: center; /*水平居中*/
	margin-left: 1rem;
}
.biblb_img>img{
	width: 100%;
}
#yewu_box .active5{
	color: #0773b5;
}
.bib_left>div>.active6{
	border-bottom: 1px solid #03387A;
}
.biblb_text{
	flex: 8;
	height: 4rem;
	font-size:1.8rem;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:#0773b5;
	line-height:4rem;
	margin-left: 1rem;
}
.biblb_text>a{
	text-decoration: none;
	color:#999999;
}
a:hover{
	color: #0773b5;
	z-index: 100;
}
.bib_right{
	flex:3.5;
	min-height: 40rem;
}
.bibr_tetbg{
	width: 100%;
	height: auto;
}
.bibrt_txt{
	width: 100%;
	height: auto;
	font-size:18px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(123,125,127,1);
	line-height:36px;
}
.bibrt_img,.bibrt_img>img{
	width: 100%;
	height: auto;
}
.bibr_video{
	width: 90%;
	height: auto;
	margin-top: 2rem;
	
}
#v1{
	width: 100%;
	height:80%;
	
}
#v1m{
	width: 100%;
	height:100%;
	position: absolute;
}
/*                                        加入我们    */
#getwe{
	max-width: 1200px;
	height: auto;
	display: flex;
	margin: 0px auto;
	margin-top: 5rem;
	padding-bottom: 5rem;
	column-count:2;
	position: relative; 
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}
#getwe>div{
	width: 41%;
	background:rgba(255,255,255,1);
	box-shadow:-2px 10px 35px 0px rgba(4,33,68,0.21);
	border-radius:4px;
	padding-bottom: 3rem;
	margin-left: 6%;
	float: left;
	/* margin-top: 3rem; */
	padding: 2em; 
	margin-bottom: 2em; 
	-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
.gwl_bt{
	text-align: center;
	width: 100%;
	height:3rem;
	font-size:2rem;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:#113254;
	line-height:3rem;
	margin-top: 2rem;
	
}
.gwl_nr{
	width: 100%;
	height: auto;
	/* margin-left: 10%; */
	margin-top: 2rem;
}
.gwln_title{
	height:3rem;
	font-size:1.6rem;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(17,50,84,1);
	line-height:3rem;
}
.gwln_xinx{
	width: 100%;
	height: auto;
}
.gwlnx_lie{
	width: 90%;
	font-size:1.6rem;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:#A9AAAB;
	line-height:2rem;
}
/*                                   联系我们      */
#lianmine{
	width: 100%;
	height: 100%;
	background-image: url(../img/map.png);
	/* float: left; */
	background-size: 100% 100%;
}

.lm_back{
	width: 100%;
	height: 15rem;
}
.lm_linaxi{
	width: 100%;
	height: 100%;
	background:rgba(33,40,62,0.8);
	/* opacity:0.6; */
	padding-bottom: 3rem;
	
}
.lm_bg{
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	padding-top: 3rem;
}
.lml_left{
	flex:1;
}
.lmll_ms{
	width: 100%;
	height: auto;
}
.lmll_ms>.lmllm_css{
	width:100%;
	height:3rem;
	font-size:1.5rem;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:3rem;
}
.lmll_ms>.lmllm_css span{
	width: 5rem;
	height: 3rem;
	background-color: #FFFF00;
	color: #113254;
	text-align: center;
	line-height: 3rem;
	padding: 0.2rem 1rem 0.2rem 1rem;
	border-radius:4px;
	margin-left: 1rem;
	font-size: 1.5rem;
}
.lmllm_ma{
	width: 80%;
	height: auto;
	float: left;
	margin-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.2);
	display: flex;
	justify-content: center;
}
.lmllm_bg{
	width: 17%;
	height: auto;
	float: right;
	margin-top: 20px;
	float: left;
	margin-right: 20px;
}
.lmllmlm_ma{
	width: 100%;
	height: auto;
}
.lmllmlm_ma>img{
	width: 100%;
	height: auto;
}
.lmllmlm_text{
	width: 95%;
	text-align: center;
	font-size:7px;
	font-family:SourceHanSansCN;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-top: 10px;
}
.lml_gongsi{
	width:100%;
	height:6rem;
	line-height:6rem;
	margin-top: 2rem;
	font-size: 1.7rem;
	background:#21283E;
	border-radius:4px;
}
#gongsiname{
	width:100%;
	height:8rem;
	line-height:30px;
	overflow-y:auto;
	overflow-x:auto;
	font-size:16px;
	resize:none;
	border:0px;
	outline:none;
	background: none;
	color: #FFFFFF;
	margin-left:10px;}
#gongsiname::-webkit-scrollbar {display:none}
.lml_go{
	width:100%;
	height:auto;
	line-height:3rem;
	margin-top: 2rem;
	font-size: 1.7rem;
	background:#21283E;
	border-radius:4px;
}
.lml_gongsi>input{
	margin-left: 1rem;
	background: none;
	width: 95%;
	outline: 0;
	resize:none;
	color: #FFFFFF;
	border:0px;
	outline:none;
}
.lml_gongsi>#gongsiname{
	margin-left: 1rem;
	background: none;
	width: 100%;
	outline: 0;
	resize:none;
	color: #FFFFFF;
	border:0px;
	outline:none;
}
/*input::-webkit-input-placeholder {*/
/*	!* placeholder颜色  *!*/
/*	color: white;*/
/*}*/
/*input::-moz-input-placeholder {*/
/*	!* placeholder颜色  *!*/
/*	color: white;*/
/*}*/
/*input::-ms-input-placeholder {*/
/*	!* placeholder颜色  *!*/
/*	color: white;*/
/*}*/
/*textarea::-webkit-input-placeholder {*/
/*	!* placeholder颜色  *!*/
/*	color: white;*/
/*}*/
/*textarea::-moz-input-placeholder {*/
/*	!* placeholder颜色  *!*/
/*	color: white;*/
/*}*/
/*textarea::-ms-input-placeholder {*/
/*	!* placeholder颜色  *!*/
/*	color: white;*/
/*}*/
#sbmit{
	width:30%;
	height:5rem;
	background:#0773b5;
	border-radius:4px;
	font-size:1.7rem;
	color: white;
	text-align: center;
	font-weight:500;
	line-height:5rem;
	margin: 0 auto;
	margin-top: 2rem;

}